2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / SaveLocalizations Method / SaveLocalizations(Byte[]) Method
Specifies the byte arrary to which localizations are written.

In This Topic
    SaveLocalizations(Byte[]) Method
    In This Topic
    Writes all current localizations to the specified byte array.
    Syntax
    'Declaration
     
    Public Overloads Function SaveLocalizations( _
       ByRef byteArray() As System.Byte _
    ) As System.Boolean
    public System.bool SaveLocalizations( 
       out System.byte[] byteArray
    )

    Parameters

    byteArray
    Specifies the byte arrary to which localizations are written.
    See Also